From fabd39998637cb8182215fb8ea6f51e2dcde32fd Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 19 Sep 2025 09:30:35 +0200 Subject: [PATCH] batmand: fix PGK_MAINTAINER name to generate a valid JSON output The extra quotation marks in the PKG_MAINTAINER line of the '.packageinfo' file does not produce valid JSON when 'package-metadata.pl pkgmanifestjson' is used. Therefore, the word with the surrounding quotation marks is removed. Signed-off-by: Florian Eckert --- batmand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batmand/Makefile b/batmand/Makefile index 8978c6c..4db95a5 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=2f62b17d4132f82c4716b672101eb7faa916192a PKG_SOURCE_DATE:=2022-12-31 PKG_LICENSE:=GPL-2.0-only -PKG_MAINTAINER:=Corinna "Elektra" Aichele +PKG_MAINTAINER:=Corinna Aichele PKG_BUILD_PARALLEL:=1 -- 2.30.2